IUnknown

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (Windows) nothrow
interface IUnknown {}

Members

Functions

AddRef
ULONG AddRef()
Undocumented in source.
QueryInterface
HRESULT QueryInterface(IID* riid, void** pvObject)
Undocumented in source.
Release
ULONG Release()
Undocumented in source.

Meta